home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Forms Misc
/
extended-chars.izs
< prev
next >
Wrap
Text File
|
2005-09-28
|
5KB
|
172 lines
<!NOWIZARD>
<!TITLE>Extended Characters
<!/TITLE>
<!DESCRIPTION>Having trouble remembering the extended character codes? It's now as easy as a press of a button. <!/DESCRIPTION>
<!CATEGORY>Forms<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL EXTENDED CHARACTERS:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Jeffery P. Sanders (jeff.sanders@centurytel.net) -->
<!-- Web Site: http://fp1.centurytel.net/JPS -->
<!-- Begin
var thisString;
function startText() {
thisString = document.HackerText.box1.value;
thisString = thisString.replace(/A/g, "─");
thisString = thisString.replace(/B/g, "▀");
thisString = thisString.replace(/C/g, "╟");
thisString = thisString.replace(/D/g, "╨");
thisString = thisString.replace(/E/g, "╚");
thisString = thisString.replace(/F/g, "ú");
thisString = thisString.replace(/I/g, "╠");
thisString = thisString.replace(/N/g, "±");
thisString = thisString.replace(/O/g, "╓");
thisString = thisString.replace(/P/g, "■");
thisString = thisString.replace(/S/g, "º");
thisString = thisString.replace(/T/g, "å");
thisString = thisString.replace(/U/g, "┌");
thisString = thisString.replace(/X/g, "╫");
thisString = thisString.replace(/Y/g, "Ñ");
thisString = thisString.replace(/a/g, "σ");
thisString = thisString.replace(/b/g, "▀");
thisString = thisString.replace(/c/g, "ó");
thisString = thisString.replace(/d/g, "╨");
thisString = thisString.replace(/e/g, "Ω");
thisString = thisString.replace(/f/g, "ú");
thisString = thisString.replace(/i/g, "∩");
thisString = thisString.replace(/n/g, "±");
thisString = thisString.replace(/o/g, "≡");
thisString = thisString.replace(/p/g, "■");
thisString = thisString.replace(/s/g, "º");
thisString = thisString.replace(/t/g, "å");
thisString = thisString.replace(/u/g, "╡");
thisString = thisString.replace(/y/g, "Ñ");
thisString = thisString.replace(/1/g, "╣");
thisString = thisString.replace(/2/g, "▓");
thisString = thisString.replace(/3/g, "│");
thisString = thisString.replace(/5/g, "5");
thisString = thisString.replace(/0/g, "╪");
document.HackerText.box2.value=thisString;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Add code into BODY section of document -->
<BODY>
Enter Text to Convert In the Box Below then Press the Convert Button
<form name="HackerText">
<input type="text" size="70" name="box1">
<br>
Converted Text
<br>
<input type="text" size="70" name="box2">
<br>
<input type="button" value="Convert" onclick="startText();">
</form>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL EXTENDED CHARACTERS:
1. Copy code into the HEAD section of document
2. Put last coding into the BODY section of document -->
<!-- STEP ONE: Add code into HEAD section of document -->
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Jeffery P. Sanders (jeff.sanders@centurytel.net) -->
<!-- Web Site: http://fp1.centurytel.net/JPS -->
<!-- Begin
var thisString;
function startText() {
thisString = document.HackerText.box1.value;
thisString = thisString.replace(/A/g, "─");
thisString = thisString.replace(/B/g, "▀");
thisString = thisString.replace(/C/g, "╟");
thisString = thisString.replace(/D/g, "╨");
thisString = thisString.replace(/E/g, "╚");
thisString = thisString.replace(/F/g, "ú");
thisString = thisString.replace(/I/g, "╠");
thisString = thisString.replace(/N/g, "±");
thisString = thisString.replace(/O/g, "╓");
thisString = thisString.replace(/P/g, "■");
thisString = thisString.replace(/S/g, "º");
thisString = thisString.replace(/T/g, "å");
thisString = thisString.replace(/U/g, "┌");
thisString = thisString.replace(/X/g, "╫");
thisString = thisString.replace(/Y/g, "Ñ");
thisString = thisString.replace(/a/g, "σ");
thisString = thisString.replace(/b/g, "▀");
thisString = thisString.replace(/c/g, "ó");
thisString = thisString.replace(/d/g, "╨");
thisString = thisString.replace(/e/g, "Ω");
thisString = thisString.replace(/f/g, "ú");
thisString = thisString.replace(/i/g, "∩");
thisString = thisString.replace(/n/g, "±");
thisString = thisString.replace(/o/g, "≡");
thisString = thisString.replace(/p/g, "■");
thisString = thisString.replace(/s/g, "º");
thisString = thisString.replace(/t/g, "å");
thisString = thisString.replace(/u/g, "╡");
thisString = thisString.replace(/y/g, "Ñ");
thisString = thisString.replace(/1/g, "╣");
thisString = thisString.replace(/2/g, "▓");
thisString = thisString.replace(/3/g, "│");
thisString = thisString.replace(/5/g, "5");
thisString = thisString.replace(/0/g, "╪");
document.HackerText.box2.value=thisString;
}
// End -->
</script>
</HEAD>
<!-- STEP TWO: Add code into BODY section of document -->
<BODY>
Enter Text to Convert In the Box Below then Press the Convert Button
<form name="HackerText">
<input type="text" size="70" name="box1">
<br>
Converted Text
<br>
<input type="text" size="70" name="box2">
<br>
<input type="button" value="Convert" onclick="startText();">
</form>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>